home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #MENU7.3 < prev    next >
Text File  |  1988-06-01  |  6KB  |  136 lines

  1.  
  2.      ╔══════════════════════════════════════════════════════════════╗
  3.      ║                                                              ║
  4.      ║          RULES FOR CREATING A REPORT TEMPLATE                ║
  5.      ║                                                              ║
  6.      ╚══════════════════════════════════════════════════════════════╝
  7.  
  8.       -  Incorporate  all  report  titles,   narratives,   column     
  9.          and  row headings,  and other cosmetic elements for  the 
  10.          report.
  11.       -  Identify the field size of a specific data element using 
  12.          two (|) -characters.   There must be at least one  space 
  13.          at the beginning of a line prior to the identifier's (|) 
  14.          character.
  15.  
  16.              RESOURCES          VOLUME            PRICE
  17.            |...data field...|   |..data field..|  |.data field.|
  18.      
  19.           where:
  20.      ══════════════════════════════════════════════════════════════
  21.           |...data field...|  =  |dataname=datatype.modifiers|
  22.      ══════════════════════════════════════════════════════════════
  23.  
  24. ...more information on next view
  25.  
  26.       -  Identify  the dataname.   There are eleven (11) possible 
  27.          datanames.  The following are supported.
  28.          (Both  upper and lower case characters are supported  but 
  29.          not combinations.)
  30.      PLAN          = plan number (4-digits)
  31.      SN            = scenario number (2-digits)
  32.      TITLE         = the (60) chr. summary or title
  33.      OPTIMAL       = the objective function value or name
  34.      INFEAS        = the infeasibility value or total count
  35.      SNDATE        = scenario optimization date
  36.      SNTIME        = scenario optimization time
  37.      TODAY         = today's date
  38.      FN            = arithmetic function
  39.                         (computational expression)
  40.      Tnn           = totalling register, nn=register no.
  41.                         (up to 50 registers)
  42.      #nnnn         = resources or activities
  43.      or @ppp#nnnn    #nnnn -resource no.,@ppp-process no.
  44.      or #nnnn@ppp 
  45.  
  46. ...more information on next view
  47.  
  48.      ══════════════════════════════════════════════════════════════
  49.           |...data field...|  =  |dataname=datatype.modifiers|
  50.      ══════════════════════════════════════════════════════════════
  51.  
  52.       -  Identify  the datatype information needed for the field. 
  53.          Depending  on  the  dataname  the  following  shows  the 
  54.          possible datatype information available:
  55.          (Both  upper and lower case characters are supported  but 
  56.          not combinations.)  The default is =VL(volume).
  57.  
  58.       for dataname = #nnnn or @ppp #nnnn or #nnnn @ppp
  59.       valid datatypes are: 
  60.                     =VL       volume or total count
  61.                     =T$      total value (volume*price)
  62.                     =LL,=UL   lower and upper limits,respectively
  63.                     =P$      unit price or cost
  64.                     =R$      reduced cost or shadow price
  65.                     =I$      internal cost (cost propagation)
  66.                     =NM      name identification
  67.  
  68. ...more information on next view
  69.  
  70.  
  71.        for dataname = OPTIMAL
  72.        valid datatypes are:
  73.                     =VL,=T$   value of the OBJECTIVE FUNCTION
  74.                     =NM       OBJ. FN.'s name (6-characters)
  75.  
  76.  
  77.        for dataname = INFEAS
  78.        valid datatypes are:
  79.                     =VL       number of INFEASIBILITIES
  80.                     =T$       value of total INFEASIBILITIES
  81.  
  82.  
  83.        for special definition
  84.        valid datatypes are:
  85.                     =Dnn      nn=definition number.
  86.                               (up to 50 definitions)
  87.  
  88.  
  89.  
  90. ...more information on next view
  91.  
  92.  
  93.      ══════════════════════════════════════════════════════════════
  94.           |...data field...|  =  |dataname=datatype.modifiers|
  95.      ══════════════════════════════════════════════════════════════
  96.  
  97.       -  The  data field may be further qualified using  a  field 
  98.          modifier.  There  are  four (4) general types  of  field 
  99.          modifiers available:
  100.          (Both  upper and lower case characters are supported  but 
  101.          not combinations.)
  102.  
  103.               .Snn   scenario's solution     nn=scenario no.
  104.               .Tnn   add-to-register         nn=register no.
  105.                                              (up to 50 registers)
  106.               .Dnn   definition(additional)  nn=definition no.
  107.                                              (up to 50 definitions)
  108.               .Enn   editing instruction     nn=editing code 
  109.  
  110.  
  111.  
  112. ...more information on next view
  113.  
  114.  
  115.  
  116.               The defaults are as follows:
  117.  
  118.                     the scenario    is always the current scenario.
  119.                     add-to-register is always OFF.
  120.  
  121.     ---------------------------------------------------------
  122.  
  123.       -  By  default,  if  the data value does not exist  in  the 
  124.          database the field is blanked out.   If the data  exist, 
  125.          the default editing formats are as follows:
  126.  
  127.              for volumes    two  (2)  decimal  positions,  commas
  128.                             every thousands
  129.              for prices     two (2) decimal positions, commas and 
  130.                             dollar sign
  131.              for OPTIMAL     no   decimal  position,   commas  and 
  132.                (& INFEAS)   dollar sign.
  133.  
  134. ...try other screens
  135.  
  136.